From b6ee3490c3336e8a2ff700a2787cc456787a5247 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 8 Jan 2018 22:00:57 +0100 Subject: [PATCH] GdkDrawingContext: Add missing nullable annotation --- gdk/gdkdrawingcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdrawingcontext.c b/gdk/gdkdrawingcontext.c index 31ab477706..d0ae2a44fa 100644 --- a/gdk/gdkdrawingcontext.c +++ b/gdk/gdkdrawingcontext.c @@ -260,7 +260,7 @@ gdk_cairo_get_drawing_context (cairo_t *cr) * #GdkDrawingContext is valid, that is between a call to * gdk_window_begin_draw_frame() and gdk_window_end_draw_frame(). * - * Returns: (transfer none): a Cairo context to be used to draw + * Returns: (transfer none) (nullable): a Cairo context to be used to draw * the contents of the #GdkWindow. The context is owned by the * #GdkDrawingContext and should not be destroyed. %NULL is * returned when a paint context is in used. -- 2.30.2